CommonEvent 9068
Name = "深き混沌クリスタル"

  999([0])
  ControlSwitches([3200, 3200, 0])
  ShowTextAttributes(["", 0, 0, 2])
  ShowText(["It seems that the crystal has accumulated holy power――"])
  PlaySE(["RPG::SE(@name=\"Heal7\", @pitch=100, @volume=80)"])
  FlashScreen(["Color(@red=255.0, @green=255.0, @blue=255.0, @alpha=255.0)", 30, true])
  RecoverAll([0, 0])
  ShowTextAttributes(["", 0, 0, 2])
  ShowText(["The HP and MP of the entire party have been fully restored!"])
  ShowTextAttributes(["ruka_fc1", 0, 0, 2])
  ShowText(["\\n<Luka>"])
  ShowText(["What is that...?"])
  ShowText(["When I touch the crystal, a mysterious power――"])
  PlaySE(["RPG::SE(@name=\"Magic2\", @pitch=100, @volume=80)"])
  ShowTextAttributes(["", 0, 0, 2])
  ShowText(["The experience gained from fighting in both the heavenly realm and the Monster Realm creates new power――"])
  PlaySE(["RPG::SE(@name=\"Item1\", @pitch=100, @volume=80)"])
  ChangeItems([646, 0, 0, 1])
  ShowTextAttributes(["ruka_fc1", 0, 0, 2])
  ShowText(["\\n<Luka>"])
  ShowText(["Is this a job change item...?"])
  ShowText(["It looks like I can become a sealed hero."])
  ShowTextAttributes(["rucyfina_fc2", 0, 0, 2])
  ShowText(["\\n<Lucifina>"])
  ShowText(["But considering the battles ahead..."])
  ShowText(["With sealed jobs and races, we're clearly lacking in strength."])
  ShowTextAttributes(["ruka_fc1", 0, 0, 2])
  ShowText(["\\n<Luka>"])
  ShowText(["That means..."])
  ShowText(["Is there perhaps an even higher job available!?"])
  ShowTextAttributes(["rucyfina_fc2", 0, 0, 2])
  ShowText(["\\n<Lucifina>"])
  ShowText(["Forbidden jobs and forbidden species――"])
  ShowText(["The forbidden professions and races that Goddess Ilias erased from existence."])
  ShowTextAttributes(["rucyfina_fc2", 0, 0, 2])
  ShowText(["\\n<Lucifina>"])
  ShowText(["I will now unseal them with my own power..."])
  PlaySE(["RPG::SE(@name=\"Magic1\", @pitch=100, @volume=80)"])
  ShowTextAttributes(["rucyfina_fc2", 0, 0, 2])
  ShowText(["\\n<Lucifina>"])
  ShowText(["In the name of the Morning Star, unleash the forbidden shackles――"])
  PlayME(["RPG::ME(@name=\"mon_fanfale3\", @pitch=100, @volume=100)"])
  ShowTextAttributes(["", 0, 0, 2])
  ShowText(["Forbidden jobs and forbidden species have been unsealed!"])
  ControlSwitches([444, 444, 0])
  Wait([60])
  PlaySE(["RPG::SE(@name=\"Item1\", @pitch=100, @volume=80)"])
  ChangeItems([803, 0, 0, 1])
  ShowTextAttributes(["rucyfina_fc2", 0, 0, 2])
  ShowText(["\\n<Lucifina>"])
  ShowText(["With my power, that's all I could undo."])
  ShowText(["I can now change to the angel's forbidden species..."])
  ShowTextAttributes(["rucyfina_fc2", 0, 0, 2])
  ShowText(["\\n<Lucifina>"])
  ShowText(["Other than that, a job change item is required for forbidden jobs and species."])
  ShowText(["I don't think a half-hearted opponent would have them..."])
  ShowTextAttributes(["ruka_fc1", 0, 0, 2])
  ShowText(["\\n<Luka>"])
  ShowText(["...Thank you, Mom."])
  ShowTextAttributes(["", 0, 0, 2])
  ShowText(["Forbidden jobs and forbidden species, the forbidden professions erased by Goddess Ilias――"])
  ShowText(["They will be a great help in confronting the God of Chaos."])
  ShowChoices([["Change job/race", "Do nothing"], 2])
  When([0, "転職・転種を行う"])
    Script(["SceneManager.call(Scene_JobChange)"])
    Wait([1])
    RecoverAll([0, 0])
    ExitEventProcessing([])
    Empty([])

  When([1, "何もしない"])
    ExitEventProcessing([])
    Empty([])

  ChoicesEnd([])
  Empty([])
